Enabling IPv6 on Third-Party Clients
- Please check if your network environment supports IPv6.
- In most normal cases, you can ignore enabling IPv6.
- IPv6 Test Website
Enable IPv6 on your device
On Windows:
- Click the Start button and select Settings.
- Go to Network & Internet settings.
- Select Ethernet or Wi-Fi, then choose your current network.
- On the properties page, scroll down to IP settings and click Edit.
- In the IPv6 settings, select Enable.
On macOS:
- Click the Apple menu at the top-left corner and select System Preferences.
- Open Network settings.
- Select your current network (Ethernet or Wi-Fi).
- Click Advanced, then go to the TCP/IP tab.
- In the Configure IPv6 dropdown, select Automatically or Manually.
On Routers:
- Log in to your router’s admin interface (usually at 192.168.1.1 or 192.168.0.1).
- Find Network Settings or IPv6 Settings.
- Enable IPv6 and save the settings.
On Linux:
- Edit the network configuration file, usually
/etc/sysctl.conf, and add:
net.ipv6.conf.all.disable_ipv6 = 0